home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / qrlabels.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  988 b   |  32 lines

  1. //----------------------------------------------------------------------------
  2. #ifndef QRLabelsH
  3. #define QRLabelsH
  4. //----------------------------------------------------------------------------
  5. #include <ExtCtrls.hpp>
  6. #include <StdCtrls.hpp>
  7. #include <Quickrpt.hpp>
  8. #include <Dialogs.hpp>
  9. #include <Forms.hpp>
  10. #include <Controls.hpp>
  11. #include <Graphics.hpp>
  12. #include <Classes.hpp>
  13. #include <SysUtils.hpp>
  14. #include <Messages.hpp>
  15. #include <Windows.hpp>
  16. #include <System.hpp>
  17. //----------------------------------------------------------------------------
  18. class TQRLabelsForm : public TQuickRep
  19. {
  20. __published:
  21.     TTable *MasterTable;
  22.     TQRBand *DetailBand1;
  23.     TQRLabel *QRLabel2;
  24. private:
  25. public:
  26.     virtual __fastcall TQRLabelsForm(TComponent* AOwner);
  27. };
  28. //----------------------------------------------------------------------------
  29. extern PACKAGE TQRLabelsForm *QRLabelsForm;
  30. //----------------------------------------------------------------------------
  31. #endif
  32.